Show AllShow All

IMSQRT

See Also

Returns the square root of a complex number in x + yi or x + yj text format.

If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

ShowHow?

Syntax

IMSQRT(inumber)

Inumber    is a complex number for which you want the square root.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

Show How?

 
1
2
A B
Formula Description (Result)
=IMSQRT("1+i") Square root of 1+i (1.098684 + 0.45509i)